From: Stefan Monnier Date: Sun, 28 Mar 2004 17:38:03 +0000 (+0000) Subject: (vc-file-not-found-hook): Fix typo. From lorentey@elte.hu (L?rentey K�ly). X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~23463 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f912020fdd879c5a53ece512e5ac0c949ddbc3fa;p=emacs.git (vc-file-not-found-hook): Fix typo. From lorentey@elte.hu (L?rentey K�ly). --- diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el index 2f4dc71590f..f08c5fc1dfa 100644 --- a/lisp/vc-hooks.el +++ b/lisp/vc-hooks.el @@ -6,7 +6,7 @@ ;; Author: FSF (see vc.el for full credits) ;; Maintainer: Andre Spiegel -;; $Id: vc-hooks.el,v 1.163 2004/03/23 20:59:19 monnier Exp $ +;; $Id: vc-hooks.el,v 1.164 2004/03/26 06:06:39 spiegel Exp $ ;; This file is part of GNU Emacs. @@ -772,7 +772,7 @@ Used in `find-file-not-found-functions'." ;; from a previous visit. (vc-file-clearprops buffer-file-name) (let ((backend (vc-backend buffer-file-name))) - (if backend (vc-call-backend backend find-file-not-found-hook)))) + (if backend (vc-call-backend backend 'find-file-not-found-hook)))) (defun vc-default-find-file-not-found-hook (backend) (if (yes-or-no-p